XFIND.EXE Xfind is a simple program that will search the entire current drive for a file and/or directory name. Usage is simple: 'XFIND filename'. Note that 'filename' can use standard DOS wildcards * and ?. For example: xfind dos*.* This will find all files and directories that begin with the string dos. Source is included. An improvement you might wish to make is adding support for searching a drive (or drives) besides the current one. Also one might add support to search each file for a particular text string as well.